home *** CD-ROM | disk | FTP | other *** search
- inherited frmAAEditObject: TfrmAAEditObject
- Left = 325
- Top = 483
- HorzScrollBar.Range = 0
- VertScrollBar.Range = 0
- BorderStyle = bsDialog
- Caption = 'Select an Object'
- ClientHeight = 315
- ClientWidth = 443
- OldCreateOrder = True
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel2: TBevel [1]
- Left = 0
- Top = 64
- Width = 443
- Height = 4
- Align = alTop
- Shape = bsTopLine
- end
- object Label11: TLabel [2]
- Left = 8
- Top = 77
- Width = 92
- Height = 13
- Caption = 'Object Selection'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel1: TBevel [3]
- Left = 2
- Top = 93
- Width = 409
- Height = 9
- Shape = bsTopLine
- end
- object Label2: TLabel [4]
- Left = 13
- Top = 101
- Width = 240
- Height = 37
- AutoSize = False
- Caption =
- 'Drag the AutoMate icon to the desired control or use the browse ' +
- 'button.'
- WordWrap = True
- end
- object Label5: TLabel [5]
- Left = 4
- Top = 153
- Width = 104
- Height = 13
- Caption = 'Object Description'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lbWindow: TLabel [6]
- Left = 12
- Top = 177
- Width = 309
- Height = 13
- AutoSize = False
- end
- object lbType: TLabel [7]
- Left = 12
- Top = 192
- Width = 309
- Height = 13
- AutoSize = False
- end
- object lbClass: TLabel [8]
- Left = 12
- Top = 207
- Width = 309
- Height = 13
- AutoSize = False
- end
- object lbName: TLabel [9]
- Left = 12
- Top = 223
- Width = 309
- Height = 13
- AutoSize = False
- end
- object lbValue: TLabel [10]
- Left = 12
- Top = 238
- Width = 309
- Height = 13
- AutoSize = False
- end
- object lbPosition: TLabel [11]
- Left = 12
- Top = 253
- Width = 309
- Height = 13
- AutoSize = False
- end
- object Bevel3: TBevel [12]
- Left = 6
- Top = 170
- Width = 409
- Height = 9
- Shape = bsTopLine
- end
- object comOk: TButton [13]
- Left = 281
- Top = 285
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = comOkClick
- end
- object comCancel: TButton [14]
- Left = 363
- Top = 285
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object pnlDescription: TPanel [15]
- Left = 0
- Top = 0
- Width = 443
- Height = 64
- Align = alTop
- BevelOuter = bvNone
- BorderWidth = 5
- Color = clWindow
- TabOrder = 4
- object Label3: TLabel
- Left = 5
- Top = 5
- Width = 377
- Height = 54
- Align = alClient
- Caption =
- 'Defines additional window characteristics used to determine a ma' +
- 'tching window. To select an object from an existing window, eith' +
- 'er use the "Browse..." button or drag the AutoMate icon to the a' +
- 'rea on the screen.'
- ParentColor = False
- WordWrap = True
- end
- object Panel2: TPanel
- Left = 382
- Top = 5
- Width = 56
- Height = 54
- Align = alRight
- BevelOuter = bvNone
- Color = clWindow
- TabOrder = 0
- object Image1: TImage
- Left = 8
- Top = -4
- Width = 41
- Height = 41
- Picture.Data = {<image000.ico>}
- Transparent = True
- end
- end
- end
- object comEdit: TButton [16]
- Left = 330
- Top = 233
- Width = 81
- Height = 25
- Caption = '&Edit'
- TabOrder = 1
- OnClick = comEditClick
- end
- object comObjectList: TButton [17]
- Left = 330
- Top = 141
- Width = 81
- Height = 25
- Caption = '&Browse...'
- TabOrder = 0
- OnClick = comObjectListClick
- end
- object Panel1: TPanel [18]
- Left = 276
- Top = 97
- Width = 133
- Height = 41
- BevelOuter = bvNone
- TabOrder = 5
- object Label12: TLabel
- Left = 0
- Top = 13
- Width = 97
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Drag -->'
- end
- object imgCursor: TImage
- Left = 100
- Top = 4
- Width = 32
- Height = 32
- AutoSize = True
- Center = True
- Picture.Data = {<image001.ico>}
- Stretch = True
- end
- object imgGreyIcon: TImage
- Left = 100
- Top = 4
- Width = 32
- Height = 32
- AutoSize = True
- Center = True
- Picture.Data = {<image002.ico>}
- Stretch = True
- Visible = False
- end
- end
- inherited IvTranslator1: TIvTranslator
- Left = 24
- Top = 0
- TargetsData = (
- 1
- 1
- (
- 'TMemo'
- 'Text'
- 0))
- end
- end
-